home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 05 Programming / ASTERI.SFX / disk.doc < prev    next >
Text File  |  1990-02-12  |  524b  |  31 lines

  1.    Disk interface commands (disk)
  2.  
  3.  
  4. usage:
  5.  
  6.    disk noun1 noun2 ... nounN
  7.  
  8.  where the nouns consist of:
  9.  
  10.  ${filespec}   Read directory
  11.  `{dos cmd}    Send cmd, read err chan
  12.  ?{filespec}   Gets file from drive
  13.  *{filespec}   Sends file to drive
  14.  
  15.  
  16. examples:
  17.  
  18.    disk $:*=p
  19.        (Lists PRoGrams on disk)
  20.  
  21.    disk `s:"intro /tdu" `
  22.        (Scratches file, then reads the
  23.         error channel)
  24.  
  25.    disk $ `v $
  26.        (Directory, validates, then dirs
  27.         again)
  28.  
  29.    disk `s:.alias *.alias
  30.        (Updates the .alias file)
  31.